- 
                Notifications
    
You must be signed in to change notification settings  - Fork 33
 
Consider merge of sampling_based_c3_public into main #380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Open
      
      
            mposa
  wants to merge
  822
  commits into
  main
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
sampling_based_c3_public
  
      
      
   
  
    
  
  
  
 
  
      
    base: main
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          Conversation
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    … don't seem to work yet
* Upgraded drake to newest version that required no other changes to build the branch. * Removing white space change. * Adding install prereqs changes to this PR. * Added noenable_bzlmod flag in bazelrc.
…_c3 implementation (#371) --------- Co-authored-by: Bibit Bianchini <[email protected]> Co-authored-by: Brian-Acosta <[email protected]>
* Draft quaternion angle error hessian, not yet incorporated into controller * Include quaternion hessian files in bazel build * Move quaternion error hessian into more suitable common folder --------- Co-authored-by: sharanyashastry <[email protected]>
--------- Co-authored-by: Bibit Bianchini <[email protected]>
- Removes WORKSPACE file and replaces with Bazel Modules - Removes support for ROS (currently unused by the lab). The previous ROS integration was dated, and should be replaced with the latest examples from drake-ros when ready - Bug fixes exposed by upstream updates, and compatibility changes - Fixes and updates CI, but Ubuntu jammy only for now - Updates install script
* Update to Drake 1.42 * Switch to GHCR image with Cirrus secret * Add noble CI task * Update LcmDrivenLoop and CassieLcmDrivenLoop to shared_ptr for upstream pybind changes --------- Co-authored-by: Bibit Bianchini <[email protected]>
* Push t example; working in sim * Bazel build file fixes * Fix sample perimeter projection to proper clearance * Consolidate duplicated lines for building contact pairs * Minor tuning for push T
61d81f6    to
    fae4ba2      
    Compare
  
    * Resolve merge conflicts with main * Remove obsolete codes * Remove accidentally commited files * Add external force tracking result to lcm * Add back the deleted files in Cassie example * Add back deleted files in pydairlib/cassie * Revert code formatting * Revert code formatting * Revert code formatting
* Fix some missing .yaml file dependencies * Waiter task runs --------- Co-authored-by: Bibit Bianchini <[email protected]>
…resulting in no external forces being tracked. (#391)
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
This change is